Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.13] gh-119102: Fix REPL for dumb terminal (GH-119269) #119308

Merged
merged 1 commit into from
May 21, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 21, 2024

Use CAN_USE_PYREPL of _pyrepl.main in the site module to decide
if _pyrepl.write_history_file() can be used.
(cherry picked from commit 73f4a58)

Co-authored-by: Victor Stinner vstinner@python.org

Use CAN_USE_PYREPL of _pyrepl.__main__ in the site module to decide
if _pyrepl.write_history_file() can be used.
(cherry picked from commit 73f4a58)

Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinner vstinner enabled auto-merge (squash) May 21, 2024 12:54
@vstinner vstinner merged commit f028451 into python:3.13 May 21, 2024
34 checks passed
@ambv ambv added the topic-repl Related to the interactive shell label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news topic-repl Related to the interactive shell
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants